libxl/xl: use the new location of domain_build_info fields
authorRoger Pau Monne <roger.pau@citrix.com>
Thu, 28 Sep 2017 11:04:07 +0000 (12:04 +0100)
committerRoger Pau Monne <roger.pau@citrix.com>
Thu, 28 Sep 2017 11:15:35 +0000 (12:15 +0100)
commit3c44f8ed44ab559c7e5b58316751bea53adfd83b
tree24277891a27768f0e05dd6ca4180fc4327af0e62
parent52d8307ff64192455b17b6a103b634f58b2335e2
libxl/xl: use the new location of domain_build_info fields

This is required because those options will be used by the new PVH
guest type, and thus need to be shared between PV and HVM.

Defines are added in order to signal consumers that the fields are
available.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl.h
tools/libxl/libxl_bootloader.c
tools/libxl/libxl_create.c
tools/libxl/libxl_dom.c
tools/libxl/libxl_x86.c
tools/libxl/libxl_x86_acpi.c
tools/xl/xl_parse.c
tools/xl/xl_sxp.c